-
-
Notifications
You must be signed in to change notification settings - Fork 21.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixed build rule file for proper MSVC release build #34
Conversation
marynate
commented
Feb 11, 2014
- Add /ENTRY:mainCRTStartup linker flag for MSVC release build
- Move /DEBUG linker flag to debug build only
I'm not sure if I understand this. what does /ENTRY:mainCRTStartup do? |
ah I see, with this I can delete WinMain on godot_windows.cpp ? On Wed, Feb 12, 2014 at 11:17 PM, reduz [email protected] wrote:
OkamStudio |
Is that to get rid of the WinMain entry point? is there any advantage to On Wed, Feb 12, 2014 at 11:17 PM, reduz [email protected] wrote:
|
Yes, it get rid of WinMain, so one single main entry point to be maintained as debug build while show no console window. |
Fixed build rule file for proper MSVC release build
…r-rebranding-(GUI) Revert "Editor rebranding (GUI)"